#ifndef IYONIXMESA_H
#define IYONIXMESA_H

typedef struct iyonix_mesa_context *IyonixMesaContext;

extern void IyonixMesaInitialise();
extern void IyonixMesaCloseDown();
extern void IyonixMesaSwapBuffers();

#endif
